go/types.environment.isPanic (field)
4 uses
go/types (current package)
builtins.go#L621: p := check.isPanic
builtins.go#L625: check.isPanic = p
check.go#L80: isPanic map[*ast.CallExpr]bool // set of panic call expressions (used for termination check)
return.go#L32: if call, ok := ast.Unparen(s.X).(*ast.CallExpr); ok && check.isPanic[call] {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)